﻿2026-06-15T15:10:06.0095458Z ##[group]Run actions/checkout@v5
2026-06-15T15:10:06.0096662Z with:
2026-06-15T15:10:06.0097366Z   repository: SaberMage/spt-core
2026-06-15T15:10:06.0106323Z   token: ***
2026-06-15T15:10:06.0107046Z   ssh-strict: true
2026-06-15T15:10:06.0107782Z   ssh-user: git
2026-06-15T15:10:06.0108523Z   persist-credentials: true
2026-06-15T15:10:06.0109784Z   clean: true
2026-06-15T15:10:06.0110817Z   sparse-checkout-cone-mode: true
2026-06-15T15:10:06.0111918Z   fetch-depth: 1
2026-06-15T15:10:06.0112823Z   fetch-tags: false
2026-06-15T15:10:06.0113744Z   show-progress: true
2026-06-15T15:10:06.0114674Z   lfs: false
2026-06-15T15:10:06.0115553Z   submodules: false
2026-06-15T15:10:06.0116507Z   set-safe-directory: true
2026-06-15T15:10:06.0117882Z ##[endgroup]
2026-06-15T15:10:06.0928432Z Syncing repository: SaberMage/spt-core
2026-06-15T15:10:06.0930962Z ##[group]Getting Git version info
2026-06-15T15:10:06.0932286Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T15:10:06.0934157Z [command]/usr/bin/git version
2026-06-15T15:10:06.0935000Z git version 2.43.0
2026-06-15T15:10:06.0937545Z ##[endgroup]
2026-06-15T15:10:06.0946548Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f1e7dfd1-38c5-47cb-b266-a2ad923bb5d0' before making global git config changes
2026-06-15T15:10:06.0949148Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:10:06.0951177Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T15:10:06.0980301Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T15:10:06.0999581Z https://github.com/SaberMage/spt-core
2026-06-15T15:10:06.1009284Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T15:10:06.1011624Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T15:10:06.1032481Z HEAD
2026-06-15T15:10:06.1064892Z ##[endgroup]
2026-06-15T15:10:06.1065799Z [command]/usr/bin/git submodule status
2026-06-15T15:10:06.1245465Z ##[group]Cleaning the repository
2026-06-15T15:10:06.1246782Z [command]/usr/bin/git clean -ffdx
2026-06-15T15:10:06.8450901Z Removing target/
2026-06-15T15:10:06.8459314Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T15:10:06.8579527Z HEAD is now at 308ac1c Merge a9167270f4460aacca5a99f93541e2ca9a1ad154 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:10:06.8584505Z ##[endgroup]
2026-06-15T15:10:06.8586075Z ##[group]Disabling automatic garbage collection
2026-06-15T15:10:06.8594315Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T15:10:06.8615349Z ##[endgroup]
2026-06-15T15:10:06.8616753Z ##[group]Setting up auth
2026-06-15T15:10:06.8619887Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:10:06.8648825Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T15:10:06.8874826Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:10:06.8901786Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T15:10:06.9087812Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:10:06.9113816Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T15:10:06.9301488Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T15:10:06.9329174Z ##[endgroup]
2026-06-15T15:10:06.9330609Z ##[group]Fetching the repository
2026-06-15T15:10:06.9335749Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +308ac1cf6970dc814da18d3d8816404f86b13e34:refs/remotes/pull/16/merge
2026-06-15T15:10:07.5935962Z ##[endgroup]
2026-06-15T15:10:07.5937017Z ##[group]Determining the checkout info
2026-06-15T15:10:07.5937570Z ##[endgroup]
2026-06-15T15:10:07.5941886Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T15:10:07.5976780Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T15:10:07.5999967Z ##[group]Checking out the ref
2026-06-15T15:10:07.6002185Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T15:10:07.6040561Z HEAD is now at 308ac1c Merge a9167270f4460aacca5a99f93541e2ca9a1ad154 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:10:07.6043281Z ##[endgroup]
2026-06-15T15:10:07.6071840Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T15:10:07.6091168Z 308ac1cf6970dc814da18d3d8816404f86b13e34
